grape change status code

54

post do
  status 203
  @order = Order.find(params[:id])
end

Comments

Submit
0 Comments